Posted on: 8/4/2012 11:08:30 AM | Views : 815

I require cookies be allowed in order to access my web application.  When I block cookies, the app already knows and keeps the user from authenticating and sends them to Login.aspx.
I need to inform the user that they need to allow cookies when this occurs.  I have already tried adding code on page_load to try and write a cookie and retrieve the data, at which point, I set the value of a label to inform the user that they need to allow cookies.  But my code is not even firing - the user just sits on Login.aspx with no message.  I also tried doing a redirect, which doesn't work.
Can someone point me in the right direction?  I have no idea what the system is doing.
TIA.

...

Go to the complete details ...