Re: [PHP] Some Advice
[email protected] (Floyd Resler)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks for pointing me to that. Looks to be much simpler that they way I was going to do it. Thanks! Floyd On Jun 25, 2013, at 8:17 AM, Samuel Lopes Grigolato <[email protected]> wrote: > Hope it helps: http://stackoverflow.com/questions/3740845/php-session-without-cookies (go directly to the answer) > > > On Tue, Jun 25, 2013 at 9:15 AM, Floyd Resler <[email protected]> wrote: > I use sessions to store login information. However, a particular user of a site can only access it at the library which has cookies shut off. So, I'm thinking of creating an entry in the database with a unique identifier and expiration time. I would then pass that identifier to each page. Does that sound like a good alternative to sessions or is there something else I could do? > > Thanks! > Floyd > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >