Re: [PHP] session/login issue

2007-03-14 Thread Németh Zoltán
2007. 03. 14, szerda keltezéssel 03.08-kor Richard Lynch ezt írta: > Check the before/after php.ini settings. > > My first guess is they finally turned register_globals OFF and the > Plesk code is relying on register_globals. Upgrade, fix, or abandon > Plesk if that's the case. > > My second gues

Re: [PHP] session/login issue

2007-03-14 Thread Richard Lynch
Check the before/after php.ini settings. My first guess is they finally turned register_globals OFF and the Plesk code is relying on register_globals. Upgrade, fix, or abandon Plesk if that's the case. My second guess is they changed the session.auto_start or completely messed up the session GC o

[PHP] session/login issue

2007-03-13 Thread Gunter Sammet
Hi all: I inherited an application using PHP 5.1.4 with MySQL 4.1.20, Apache/2.0.46 (Red Hat) on a VPS server with Plesk 7.5. The authentication used to work just fine till yesterday. Now it doesn't authenticate anymore. My debugging so far hasn't revelaed much. It seems like the sessions are not

[PHP] Session Login

2003-06-04 Thread Rodrigo
Hi guys I’m trying to build a login system with a diferential for na administration login and a partner, where a partner would have certain editing rights and the administrator would have editing rights for all the articles, but I’m having problems with sessions, and I’d like to know where could I

Re: [PHP] Session Login and Redirect Problem

2002-05-13 Thread Dennis Moore
, 2002 5:29 PM Subject: [PHP] Session Login and Redirect Problem I am using Sessions with mod PHP4.0.6 with trans-sid set on. Everything works fine. However, after loggin in, I want to automatically redirect the user to a specific page if they came from an external site or were given a link

[PHP] Session Login and Redirect Problem

2002-05-13 Thread Dennis Moore
I am using Sessions with mod PHP4.0.6 with trans-sid set on.  Everything works fine.  However, after loggin in, I want to automatically redirect the user to a specific page if they came from an external site or were given a link via emal.   I realize that a session variable is not actually s