2012/4/24 ma...@behnke.biz
>
>
> bug zhu hat am 24. April 2012 um 08:28 geschrieben:
>
> > thank you for your explanation,
> > when i write to $_SESSION after session_commit(),$_SESSION is just a
> > regular array
>
> Yes. Actually session_commit does not "terminate" the session as mentioned
> e
bug zhu hat am 24. April 2012 um 08:28 geschrieben:
> thank you for your explanation,
> when i write to $_SESSION after session_commit(),$_SESSION is just a
> regular array
Yes. Actually session_commit does not "terminate" the session as mentioned
earlier but is closes it for writing. You cann
thank you for your explanation,
when i write to $_SESSION after session_commit(),$_SESSION is just a
regular array
2012/4/24 Stuart Dallas
> Please don't top-post, and please include the list when replying.
>
> On 24 Apr 2012, at 06:35, bug zhu wrote:
> > 2012/4/24 Stuart Dallas
> >> On 24 Apr
On Tue, Apr 24, 2012 at 12:58 AM, bug zhu wrote:
> there are tow php files a.php and b.php,
>
> content of a.php as follows:
> session_start();
> if (!isset($_GET['flag']))
> {
> header('Location: b.php');
> }
> else
> {
> var_dump($_SESSION);
> }
>
> content of b.php as follows:
> session_star
Please don't top-post, and please include the list when replying.
On 24 Apr 2012, at 06:35, bug zhu wrote:
> 2012/4/24 Stuart Dallas
>> On 24 Apr 2012, at 05:58, bug zhu wrote:
>>
>> > there are tow php files a.php and b.php,
>> >
>> > content of a.php as follows:
>> > > > session_start();
>> >
On 24 Apr 2012, at 05:58, bug zhu wrote:
> there are tow php files a.php and b.php,
>
> content of a.php as follows:
> session_start();
> if (!isset($_GET['flag']))
> {
> header('Location: b.php');
> }
> else
> {
> var_dump($_SESSION);
> }
>
> content of b.php as follows:
> session_start();
>
Le jeudi 10 mai 2007 à 15:24 +0200, Oliver Block a écrit :
> Am Donnerstag, 10. Mai 2007 08:59 schrieb Sascha Braun:
> > but after a little
> > time, the session is just lost.
>
> That doesn't say anything to me. Could you be more verbose on what you mean
> by
> "the sessin is lost"?
:-)
I get
Am Donnerstag, 10. Mai 2007 08:59 schrieb Sascha Braun:
> but after a little
> time, the session is just lost.
That doesn't say anything to me. Could you be more verbose on what you mean by
"the sessin is lost"?
Regards,
Oliver
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
on 17/08/02 4:01 PM, Jean-Christian Imbeault ([EMAIL PROTECTED])
wrote:
>> One (hackish) solution to this is to cause the entrance page to
>> immediately redirect to itself using either PHP's header function, or a
>> meta refresh. Your goal here is to make it so that hitting back from a
>> secon
Alok K. Dhir wrote:
>
> By any chance, is page one the "entrance" page to your application?
Yes.
> I.e. is there a session id in either the query string of the page URL or
> was there one passed to it via a POST?
Nope. Is the is the entrance so there is no nothing passed to it. Users
just ente
By any chance, is page one the "entrance" page to your application?
I.e. is there a session id in either the query string of the page URL or
was there one passed to it via a POST?
Without cookies enabled, there is no way to allow users to use the back
button to go back to the entrance page while
Daniel Masson wrote:
>
> make ser youre using session_start() before performing any action on
> sessions, also make sure you´re registering properly the variables.
Did you see my PS at the end of my question?
> PS I have session.auto_start ON and enabled trans-sid
I don't need seesion_start()
HI
make ser youre using session_start() before performing any action on
sessions, also make sure you´re registering properly the variables.
-Mensaje original-
De: Jean-Christian Imbeault [mailto:[EMAIL PROTECTED]]
Enviado el: viernes, 16 de agosto de 2002 9:43
Para: [EMAIL PROTECTED]
13 matches
Mail list logo