Re: [PHP] Login without cookies enabled help

2008-07-15 Thread Thiago H. Pojda
>Yes, again, STFW before posting here.
>
>Google "PHPSESSID".
>

Call to undefined function Google();


>
> --
> 
>
> :)

-- 
Thiago Henrique Pojda


Re: [PHP] Login without cookies enabled help

2008-07-15 Thread Daniel Brown
On Tue, Jul 15, 2008 at 10:15 AM, Shelley <[EMAIL PROTECTED]> wrote:
> Well, as I said the cookies are disabled at the clients.
>
> Anybody any opinions?

Yes, again, STFW before posting here.

Google "PHPSESSID".

-- 

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.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Login without cookies enabled help

2008-07-15 Thread Shelley
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 <[EMAIL PROTECTED]> wrote:

> Quoting Shelley <[EMAIL PROTECTED]>:
>
>  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


Re: [PHP] Login without cookies enabled help

2008-07-15 Thread php
[quote] 
On Tue , Thijs Lensselink [EMAIL PROTECTED] sent: 

Quoting Shelley <[EMAIL PROTECTED]>: 

> 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 
[/quote] 

Just be careful as sessions default to using cookies. Otherwise, pass the 
session id with the query 
string of links!! 

Alex


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Login without cookies enabled help

2008-07-15 Thread Thijs Lensselink

Quoting Shelley <[EMAIL PROTECTED]>:


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



[PHP] Login without cookies enabled help

2008-07-15 Thread Shelley
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