This is a discussion on Login without cookies enabled help within the PHP General forums, part of the PHP Programming Forums category; Hi all, What is your way to organize user login without Client Cookies being disabled? Sample code will be appreciated. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Sorry, should be "with Client Cookies being disabled" :)
On Tue, Jul 15, 2008 at 6:24 PM, Shelley <myphplist@gmail.com> wrote: > Hi all, > > What is your way to organize user login without Client Cookies being > disabled? > > Sample code will be appreciated. > > Waiting for your reply....... > > -- > Regards, > Shelley > -- Regards, Shelley |
|
|||
|
Quoting Shelley <myphplist@gmail.com>:
> Hi all, > > What is your way to organize user login without Client Cookies being > disabled? > > Sample code will be appreciated. > > Waiting for your reply....... > > -- > Regards, > Shelley > You can use sessions to store data on the server instead of the client. http://nl2.php.net/manual/en/ref.session.php |
|
|||
|
Well, as I said the cookies are disabled at the clients.
Anybody any opinions? On Tue, Jul 15, 2008 at 7:23 PM, Thijs Lensselink <dev@lenss.nl> wrote: > Quoting Shelley <myphplist@gmail.com>: > > Hi all, >> >> What is your way to organize user login without Client Cookies being >> disabled? >> >> Sample code will be appreciated. >> >> Waiting for your reply....... >> >> -- >> Regards, >> Shelley >> >> > You can use sessions to store data on the server instead of the client. > > http://nl2.php.net/manual/en/ref.session.php > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Regards, Shelley |
|
|||
|
On Tue, Jul 15, 2008 at 10:15 AM, Shelley <myphplist@gmail.com> wrote:
> Well, as I said the cookies are disabled at the clients. > > Anybody any opinions? Yes, again, STFW before posting here. Google "PHPSESSID". -- </Daniel P. Brown> Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just $59.99/mo. with no contract! Dedicated servers, VPS, and hosting from $2.50/mo. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|