RE: [PHP-WIN] Session Problem

2004-01-06 Thread Svensson, B.A.T. (HKG)
You can't rely on the cleint, anything can happend with the client. Maybe calling session_destrouy() from the web server script is what you actually want to do. -Original Message- From: Meteorlet To: php-windows Sent: 1/6/2004 3:27 PM Subject: [PHP-WIN] Session Problem Hi,everyon

RE: [PHP-WIN] Session Problem

2003-10-05 Thread Disko_kex
I've done that. Still not working. -Original Message- From: Mike Brum [mailto:[EMAIL PROTECTED] Sent: den 5 oktober 2003 19:25 To: 'Disko_kex'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Session Problem Assuming this is tied into your other problem (which I read first), t

RE: [PHP-WIN] Session Problem

2003-10-05 Thread Mike Brum
Assuming this is tied into your other problem (which I read first), then the problem here is that it appears you're on a Windows machine and you don't have php.ini set up correctly. You need to set the session.save_path in php.ini to point to a directory that exists. Mine, for example is this: se

RE: [PHP-WIN] Session Problem

2003-10-05 Thread Disko_kex
>Disko_kex wrote: >> but I get this warnings and its not working at all. What should I do? >> >> Warning: session_start(): >> open(/tmp\sess_4d5fc486fcfae10349d5bf6fb21092ea, O_RDWR) failed: No such >> file or directory (2) in c:\inetpub\wwwroot\session.php on line 7 >> >> Warning: session_start

Re: [PHP-WIN] Session Problem

2003-10-05 Thread Kai Wenk
Disko_kex wrote: but I get this warnings and its not working at all. What should I do? Warning: session_start(): open(/tmp\sess_4d5fc486fcfae10349d5bf6fb21092ea, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\session.php on line 7 Warning: session_start(): Cannot send sessio

Re: [PHP-WIN] session problem

2003-07-23 Thread Luis Moreira
If you could interpret them, and the problem would be to get rid of them, that's one thing. This is different. Be more specific. What warnings ? - Original Message - From: "tana dsasa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 23, 2003 11:17 AM Subject: [PHP-WIN] s

RE: [PHP-WIN] session problem

2003-01-09 Thread Ryan Marrs
First, I'd check the session.save_path specified in the php.ini file and make sure that directory exists. By default, /tmp does not exist on windows, so I would change that to c:\inetpub\sessions and create the directory, although you can use any directory you wish. That seems to be the most comm

Re: [PHP-WIN] Session problem...

2002-02-15 Thread Piotr Pluciennik
What version of IE are you using? Is this problem occurs with different versions or only with 4? Piotr --- Brian Feliciano <[EMAIL PROTECTED]> wrote: > how can i avoid this message in IE > - > Warning: Page has Expired > The page you requested was created using information > you submitted

Re: [PHP-WIN] session problem

2001-12-07 Thread Dario Fernando Escobar R.
Make sure the tmp directory is created and it has write permissions to everybody. bye. _ Dario Fernando Escobar RisueƱo Webmaster Telesat S.A. [EMAIL PROTECTED] Cali - Valle - Colombia - Original Message - From: "Afan Pasalic" <[EMAIL PROTECTED]> To: <[E

Re: [PHP-WIN] session problem

2001-12-07 Thread Afan Pasalic
ED]> Sent: Friday, December 07, 2001 1:08 PM Subject: Re: [PHP-WIN] session problem > Your tmp directory may not exist. Change the setting for session.save_path > in the php.ini file - I used c:\windows\temp and it worked for me. I was > getting the same error message. > - Original

RE: [PHP-WIN] session problem

2001-12-07 Thread Ayres, David
Hello Afan, I'm also using Sessions, but I learned that when using session_register you don't use the normal variable syntax with the session variable, such as ($name). Here's my code that works properly: As you can see I use session_register('variablename'), then declare the session variable