NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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 ?
???
-
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