|
|
Posted by Kailash Nadh on 06/13/40 12:01
On Jan 28, 10:53 pm, white lightning <crescent...@yahoo.com> wrote:
> > On Jan 29, 9:43 am, Ivan Marsh <anno...@you.now> wrote:
>
> > > On Mon, 28 Jan 2008 14:18:01 -0800, white lightning wrote:
> > > > I have written a login code. It works fine in my localhost xampp but
> > > > when i upload my files on the web hosting server, i can login but when i
> > > > click on the other link within the page, it logs out. What could be the
> > > > problem? is it something to do with web hosting?
>
> > > My Magic 8 Ball says: The webserver isn't handling sessions they way you
> > > expect it to... but that's a wild guess based on almost no information.
>
> I just checked the phpinfo for session on my localhost and web
> hosting. This is what i got:
>
> localhost:
> Session Support enabled
> Registered save handlers files user sqlite
> Registered serializer handlers php php_binary wddx
>
> web hosting:
> Session Support enabled
> Registered save handlers files user mm
>
> Is this causing the problem?
>
> thanks!!
>
>
>
> > > --
> > > I told you this was going to happen.
Are you using php sessions at all? If you're using plain cookies, the
issue might be wrong cookie-domain / cookie-path.
--
Kailash Nadh | http://kailashnadh.name
Navigation:
[Reply to this message]
|