On Saturday 22 March 2003 00:18, Awlad Hussain wrote:

> I think using session will solve the problem of some user having
> difficulties in loign.

Sessions still require that the browser accept a session cookie (temporary 
cookie that is not (or should not be) stored on disk). Some browsers allow 
you to set separate acceptance policies for session cookies and 
'permanent'/regular cookies. Some do not. If the browser is set to reject all 
cookies then using sessions on it's own isn't going to solve your problem. 
You can use the trans_sid feature of php, but that may cause problems of it's 
own.

Bottom line is if your site requires to login you should make it mandatory 
that the user enables cookies on their browser.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
The adjective is the banana peel of the parts of speech.
                -- Clifton Fadiman
*/


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

Reply via email to