RE: [PHP] RE: [SPAM 6.0] [PHP] Session help!?

2005-07-22 Thread Programmer
#x27;; php-general@lists.php.net Subject: Re: [PHP] RE: [SPAM 6.0] [PHP] Session help!? On Thu, July 21, 2005 2:21 pm, Programmer said: > The biggest gotcha that I have ran into concerning sessions is this: > > If your client's browser is I.E. and the domain is named with > _(undersc

Re: [PHP] RE: [SPAM 6.0] [PHP] Session help!?

2005-07-21 Thread Richard Lynch
On Thu, July 21, 2005 2:21 pm, Programmer said: > The biggest gotcha that I have ran into concerning sessions is this: > > If your client's browser is I.E. and the domain is named with > _(underscores), -(dashes), etc. I.E. discards the session and starts a > new one. I don't know if this is fixe

[PHP] RE: [SPAM 6.0] [PHP] Session help!?

2005-07-21 Thread Programmer
I.E. then make sure all of your php.ini variables are as they need to be regarding sessions. Hope this helps. -Original Message- From: Richard Baldwin [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 3:46 PM To: php-general@lists.php.net Subject: [SPAM 6.0] [PHP] Session help!?

[PHP] Session help!?

2005-07-21 Thread Richard Baldwin
Hey, I have a site where I am using session_start() at the beginning of each page. The session id is passed transparently from the first page but after that it dissapears from the links and I lose all my session variables. Is there something elementary I'm missing? This is my first stab at PH

Re: [PHP] Session help please?

2004-04-01 Thread Chris Shiflett
--- Paul <[EMAIL PROTECTED]> wrote: > I figured I could do something like $_SESSION['test'] = 5 and refer to > $test on other pages however I cannot. The reason I thought I could do > this is because I can do $_SESSION['test'] = $_POST['test'] and be able > to refer to just $test on other pages. T

[PHP] Session help please?

2004-04-01 Thread Paul
Probably a stupid question. I figured I could do something like $_SESSION['test'] = 5 and refer to $test on other pages however I cannot. The reason I thought I could do this is because I can do $_SESSION['test'] = $_POST['test'] and be able to refer to just $test on other pages. Is the correct w

[PHP] session help

2003-02-28 Thread jay
okay so please help if you can... a page with a form that submits to itself for verification starts a session if its verified and registers the session variables, then header()s on into the application... in the application is a logout button that submits to an action page that unsets the sessi

RE: [PHP] Session Help

2002-01-30 Thread Kevin Stone
ent: Tuesday, January 29, 2002 3:47 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Session Help > > I'm having a little problem with my sessions on a website I'm programming > for. After a user logs in, if that user follows a link, the variable > information is being

[PHP] Session Help

2002-01-29 Thread Michael: Dave II, Electric Boogaloo
I'm having a little problem with my sessions on a website I'm programming for. After a user logs in, if that user follows a link, the variable information is being passed correctly, but when they hit "Back", Internet Explorer gives a "Warning This Page Has Expired" error. Hitting refresh does fi

Re: [PHP] Session Help

2001-11-30 Thread Papp Gyozo
Message - From: "phantom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 10:10 AM Subject: [PHP] Session Help | I am trying to set my session data to be stored in MySQL so I am using | session_set_save_handler() which sets the six user-level

[PHP] Session Help

2001-11-30 Thread phantom
I am trying to set my session data to be stored in MySQL so I am using session_set_save_handler() which sets the six user-level session storage functions (which I have already defined). Will session_set_save_handler automatically run the appropiate storage function when required (like when i say

[PHP] Session help

2001-11-14 Thread John Taylor-Johnston
Start at index.html. It goes to postcard.php. When I click on submit in postcard.php, if I change any of the values in the form, the session values received in send_mail.php do not change. Anyone have an idea what I have done wrong now? http://www.CollegeSherbrooke.qc.ca/~languesmodernes/postcard

[PHP] Session Help

2001-05-22 Thread Yev
Hello I'm trying to have sessions that use cookies and send to any subdomain in a .domain.com domain. It seems if I use them by default it will only sent back to the same domain. However, If I specify a certain domain in the config file, then I limit all my server to use cookie for that one dom

[PHP] session help (session.gc_probability)

2001-05-08 Thread Jeff Warrington
Hi, i am using sessions for a web application and was wondering whether it's possible to set the gc_probablity to < 1%. I tried with a value of 0.25 but it appears that the gc callback function still runs at 1%. I figure that the value is an integer and rounds up the values but if someone can tel

[PHP] Session Help for newbie plz

2001-03-21 Thread insight
I am looking for help with session handling. I have modified Joe Jarosciak`s password script slightly, so that instead of logging in to d/l files, you login to one or two secure area`s. (depending on the access level of password used) How and where can i modify this more, so that a session will b

RE: [PHP] Session Help (transparent sid's)

2001-01-12 Thread Pickup, Jordan
I got past this horrible mess by breaking the code. PHP seems to look for structures so if you break it up: print(""); or print(""); or $s .= " Hello, > > Can someone please help? > > My ISP has recompiled php with the transparent sid support and now when i try to access a certain page for th

[PHP] Session Help (transparent sid's)

2001-01-11 Thread Jamie Burns
Hello, Can someone please help? My ISP has recompiled php with the transparent sid support and now when i try to access a certain page for the first time (ie. no cookie yet set) then php is making a right mess of my javascript and html (adding speech marks and question marks in unwanted place