php-db | 2005011
Date: 01/08/05
- Next message: graeme: "Re: [PHP-DB] Problem using session bu submitting the session id through a form"
- Previous message: graeme: "Re: [PHP-DB] SQL statement"
- In reply to: graeme: "Re: [PHP-DB] SQL statement"
- Next in thread: graeme: "Re: [PHP-DB] Problem using session bu submitting the session id through a form"
- Reply: graeme: "Re: [PHP-DB] Problem using session bu submitting the session id through a form"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
My session only seems to work when I use the link-tag (like <a
href="nextpage.php?PHPSESSIONID=blahblah">blah</a>
But when I send the sessionid within a form in a hidden tag (<input
type=hidden name=phpsessionid value=blahblah>) the session stops. For my
session working correct i have to send my sessionid at every link and at
every submit. My question now is, how can i send the sessionid by using a
form and not by putting the sessionid in the <a>-tag?
Greetz Henk Jan
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: graeme: "Re: [PHP-DB] Problem using session bu submitting the session id through a form"
- Previous message: graeme: "Re: [PHP-DB] SQL statement"
- In reply to: graeme: "Re: [PHP-DB] SQL statement"
- Next in thread: graeme: "Re: [PHP-DB] Problem using session bu submitting the session id through a form"
- Reply: graeme: "Re: [PHP-DB] Problem using session bu submitting the session id through a form"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

