Re: non session/cookie login
- From: "MS" <MS@xxxxxxxxxx>
- Date: Tue, 24 Oct 2006 11:31:05 +0100
I've been having loads of problems with AOL users and finally come to
the conclusion that if a user has an AOL browser, session data is lost
as soon as they move to the next page.
I have not yet found a solution to this so to avoid losing business
from any AOL user it looks like I may have to re-write script so not to
use sessions.
One way I thought was when a user logs in, a random string, similar to
a session id (can't use the session id because AOL browsers can change
it from page to page) is stored to a database with a reference to that
user. This unique id is passed from page to page in the URL.
Then on everypage, the id in the URL is checked against the database
and if exists, that user must be logged in and their data can be
retrieved.
Any thoughts on this process?
IMHO this would lead to URL's including the extra id being shared, when
people copy and paste links to each other.. and also search engines will
spider their own ID.
this would/could have serious security issues.
Sorry I dont have the answer to your AOL problem but I am watching your
posts for the answer.
My thoughts are that AOL users bring upon themselves the lack of
connectivity conformity and therefore should suffer... but I know this is
not a practical answer.
MS
----------------------------------------------------------------------------
----
Join MyClubWeb.co.uk - The Home of Club Websites and Medium to Small
Businesses.
.
- Follow-Ups:
- Re: non session/cookie login
- From: Mike
- Re: non session/cookie login
- References:
- non session/cookie login
- From: Mike
- non session/cookie login
- Prev by Date: Re: strange extra quote mark appearing in mysql query
- Next by Date: how to lock a block of php codes
- Previous by thread: non session/cookie login
- Next by thread: Re: non session/cookie login
- Index(es):
Relevant Pages
|