if u can give me an instance of a writable path it would be great.
and yes the data do not get saved and I can not run any thing that depends
on sessions as they do not get registered
"Raditha Dissanayake" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Dre wrote:
>
> >Hi,
> >
> >I n
Dre wrote:
Hi,
I need to make sessions work in my local machine .. I'm using Apache 2.0.49
on WINDOWS XP PRO.
my php.ini sessions section is
session.save_handler = files
session.save_path = "C:\php4\tmp"
A common problem is that this path is not writable by the webserver
please check for that.
Hi,
I need to make sessions work in my local machine .. I'm using Apache 2.0.49
on WINDOWS XP PRO.
my php.ini sessions section is
session.save_handler = files
session.save_path = "C:\php4\tmp"
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 1
session.cookie_lifetime =
Some days ago I asked some questions concerning php and sessions
Apparently it seems to be a bug:
'When you use a session name that has only numbers, each call to
session_start seems to regenerate a new session id, so the session does
not persist.'
http://bugs.php.net/search.php?search_for=sessio
This one time, at band camp, "Dre" <[EMAIL PROTECTED]> wrote:
> Warning: session_start(): open(/tmp\sess_000c30790862f64268e755546b6fcbb2,
> O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache
> Group\Apache2\htdocs\maillist\maillist\admin.php on line 1
You need to set the co
Hard to help when we don't know what the error is.
You have to call session_start() before any output to the page, even a
single space.
Try it with a simple example you create to get a feel on how it works, then
break it so it doesn't work, and you'll be in better shape to diagnose your
problem
the exact error messages are
==
Warning: session_start(): open(/tmp\sess_000c30790862f64268e755546b6fcbb2,
O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache
Group\Apache2\ht
You need to give us the error in order to help troubleshoot it.
> -Original Message-
> I'm kinda new at PHP and I was trying to install one of the mailing lists
> and newsletter systems and during the installation process I got errors
> evertime the session_start() function called ..
> I
Hi,
I'm kinda new at PHP and I was trying to install one of the mailing lists
and newsletter systems and during the installation process I got errors
evertime the session_start() function called ..
I had this before when I tried to work with OSCommerce.
Is there something wrong in my installation
: [PHP] sessions problem
hi all,
i'm just starting to use sessions.
i've a problem,
i started session and assigned variables to $HTTP_SESSION_VARS
i can very well see these vars in my next script, but i need to get back to
first script for some working, and strangely i dont find these
hi all,
i'm just starting to use sessions.
i've a problem,
i started session and assigned variables to $HTTP_SESSION_VARS
i can very well see these vars in my next script, but i need to get back to first
script for some working, and strangely i dont find these vars there.
any help or suggestio
Hi,
Heres the code (very simple stuff) but not working:
if(session_is_registered('my_email')){}
else{
do_session_crap();
}
function do_session_crap()
{
if(isset($id[0]))
{$p1=$id[0];
echo $p1;
$_SESSION['p1'] = $p1;
}
if(isset($id[1]))
{$p2=$id[1];
echo $p2
Hey all,
Some of my users have reported a problem with my site and it's taken a
while to debug it, but I think I've finally tracked it down.
If they go to the site as:
http://www.mysite.org/
Then it works
But if they go as:
http://mysite.org/
It doesn't.
I believe it has to do with my use
Hello,
I'm new to sessions and I know a little php, but don't use it enough to
remember it. I'm trying to use sessions for a couple of reasons. I will
explain as i go along.
My index.html is this (www.loveobjects.com) <-not porn my host uses version
4.0.6