Some Advice
[email protected] (Floyd Resler)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
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