NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: MikeR on September 06, 2011, 01:01:51 AM

Title: Remember Me on Loggin
Post by: MikeR on September 06, 2011, 01:01:51 AM
Where can I get info on Cookies ?

I want to change the logon screen to add a option to remember the user ?
I assume I need 2 cookies , the option and the user
I have read in the Nettalk Manual  how to retrieve a cookie value, but I dunno how to set it ?
 ???
Title: Re: Remember Me on Loggin
Post by: Bruce on September 06, 2011, 05:46:32 AM
Hi Mike,

see example 3 (BasicWithLogin) - this has a "remember me" option.
Actually you typically use 3 cookies, one for the login, one for the password and a third for the option itself.

cheers
Bruce