D
danielevans
I am having trouble getting forms authentication to work on my website.
I have 2 directories (trade and game) that i need to protect. I need
them protected independently so users have to register (name and email)
for each one.
Once registered i want to set a permanent cookie so they can access the
areas subsequently without registering again.
I have got it working but the cookie is not applied permanently despite
a permanent cookie existing when i check my browser. The session lasts
for about 30 mins then the user has to register again.
Does anyone have any idea how to make it remember users over time?
Thanks
Dan
I have 2 directories (trade and game) that i need to protect. I need
them protected independently so users have to register (name and email)
for each one.
Once registered i want to set a permanent cookie so they can access the
areas subsequently without registering again.
I have got it working but the cookie is not applied permanently despite
a permanent cookie existing when i check my browser. The session lasts
for about 30 mins then the user has to register again.
Does anyone have any idea how to make it remember users over time?
Thanks
Dan