RE: FormsAuthentication.Encrypt problem

From: Mark Berryman (markberr_at_microsoft.com)
Date: 01/28/04


Date: Wed, 28 Jan 2004 15:28:11 GMT

I believe the problem is caused by the lack of user data defined for the
ticket. In your call to the FormsAuthenticationTicket constructor, you're
passing "null" for this. Try including some data (string). That should
work.

This posting is provided "AS IS" with no warranties, and confers no rights.