: woensdag 27 oktober 2004 11:41
To: [EMAIL PROTECTED]
Subject: [PHP] Re: Sessions problem bug
Are you using cookie-based sessions? Thus sayeth the manual:
Note: When using session cookies, specifying an id for session_id()
will always
send a new cookie when session_start() is called, regardless
Are you using cookie-based sessions? Thus sayeth the manual:
Note: When using session cookies, specifying an id for session_id() will always
send a new cookie when session_start() is called, regardless if the current
session id is identical to the one being set.
Thanks google.
Reinhart Viane w
Dre wrote:
Thanks Chris ... problem solved, I'm sorry but these configuration details
is a bit new for me
Originally I'm a C++ programmer and web development is not my major kind of
work
Thanks again
Good.
I think that little tidbit was actually left out of the windows install
notes, but I could'v
Thanks Chris ... problem solved, I'm sorry but these configuration details
is a bit new for me
Originally I'm a C++ programmer and web development is not my major kind of
work
Thanks again
"Chris Martin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Dre wrote:
>
> > the exact er
This one time, at band camp, Chris Martin <[EMAIL PROTECTED]> wrote:
> > Warning: session_start(): Cannot send session cookie - headers already sent
> > by (output started at C:\Program Files\Apache
> > Group\Apache2\htdocs\maillist\maillist\admin.php:1) in C:\Program
> > Files\Apache Group\Apach
Dre wrote:
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\A
It's a bit large the concept "not working". The code seems OK but I can't tested or
help you because I can't see what it should do. If I register the my_email by hand it
will enter to the do_session_crap() ... if not I don't get anything. When you are
registering the my_email and how do you get
I believe there's a domain limitation inherent to the way cookies work
(assuming a cookies-based sessions setup), but there may be some way of
circumventing that (can't some ad banner companies track visitors from site
to site?). Seems like a multi-file search and replace should do the trick.
If yo
From my understanding, as long as you have a "session_start()" function
above the tag, you can work with variables in the form
$_SESSION['variableName'] rather than having to use session_register().
In fact, using session_register() is no longer needed at all. Use
$_SESSION['variableName']
Jeff Sheltren wrote:
>>What happens if you set "register_globals=Off" and use
>>$_SESSION?
>>
>>
> Thanks for the reply. I will try changing register_globals to Off. I am
> not quite sure I know what you mean by using $_SESSION though, could someone
> please explain how that is uesd?
>
Session
10 matches
Mail list logo