Hi there,
Did you include the .Expires property of the cookie? This call adds an additional 10 days to the current date so the cookie gets saved to disk.
Also, check that your server and the client are more or less synchronized in time. If there is a big difference, the cookie may have expired before it is saved by the client.
If this doesn't help, post some of the code you use and the specs you have (OS, webserver etc).
Cheers,
Imar
|