Re: [phplib] "Remember me" option From: Jeroen Laarhoven (jeroen <email protected>)
Date: 09/14/00

Check out the user stuff in PHPLIB.

We store the user data in a container object so it is available during the
session.
If the user wants it stored to be reused on a next visit, simply move this
container object to the user data.

Greetings
Jeroen.

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Jeroen Laarhoven, Zwolle, Netherlands
email: jeroen <email protected>
www: http://jeroen.polder.net
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

----- Original Message -----
From: "Carl Anthony Youngblood" <carlyoungblood <email protected>>
To: <phplib <email protected>>
Sent: Thursday, September 14, 2000 6:48 PM
Subject: [phplib] "Remember me" option

I know that you can have both "cookie" and "get" methods of session
replication, with the added advantage that cookie replication lets you
return to a site and have your session still be valid, but is there an easy
way to let users decided whether or not they want their session info
"remembered" in a cookie? Most web sites give users this option and I would
like to do it using PHPLIB. Any ideas?

Thanks in advance for your time,

Carl Youngblood
___________________________________________________________________________
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>