Reciently found a problem with ASP.net loosing values held within a session. This was due to the web browser privacy settings rejecting what it called 3rd class cookies. The default privacy settings allow what it calls 1st class cookies to be accepted.
How do I make my site use 1st class cookies instead of third class as changing every browser privacy settings that the site is used on is not a practical solution?
Regards in advance...
How do I make my site use 1st class cookies instead of third class as changing every browser privacy settings that the site is used on is not a practical solution?
Regards in advance...