Click to See Complete Forum and Search --> : FormsAuthentication


Gary79
August 29th, 2008, 02:45 PM
I would be grateful if someone could help advise me regarding implementing formsauthentication (cookie) across different versions of .NET.


The versions used are as following

VS 2002
VS 2003
VS 2005

The cookie will be created in VS 2002.

I have the code for creating the cookie, but when opening an application created in VS 2003 application is unable to read the cookie information.

Thanks for taking the time to read the post.

Gary79

toraj58
September 1st, 2008, 07:59 AM
Maybe the cookie has been expired; check the expiration time of the cooclie that you have set before.