Date: 07/15/99
- Next message: Sascha Schumann: "Re: [PHP-DEV] PHP4 and sessions"
- Previous message: Adrian Teasdale: "[PHP-DEV] PHP4 and sessions"
- In reply to: Adrian Teasdale: "[PHP-DEV] PHP4 and sessions"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] PHP4 and sessions"
- Reply: Sascha Schumann: "Re: [PHP-DEV] PHP4 and sessions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Jul 15, 1999 at 11:36:59AM +0100, Adrian Teasdale wrote:
> I know this is the developers list, but I thought you guys might be able to
> answer my question....
>
> I know that PHP4 will be able to handle sessions, but will it be able to
> handle sessions without cookies? The reason I ask this is that I come from
> a Cold Fusion background where there is a method of sessions without cookies
> (alhtough it involves attaching a CFTOKEN to form and URL variables) which
> means that all session variables can be maintained..
>
> Just curious before I start on a big project and start putting in all the
> variables in to URLs and Forms.
Simply attach <%SID%> to URLs as you did it in CF. If the session
module isn't 100% sure that the user has accepted (and send) the
cookie, SID will be defined to be <session_name>=<session_id>
You need to turn on ASP-style tags, but that shouldn't be a
problem either.
--Regards,
Sascha Schumann Consultant
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sascha Schumann: "Re: [PHP-DEV] PHP4 and sessions"
- Previous message: Adrian Teasdale: "[PHP-DEV] PHP4 and sessions"
- In reply to: Adrian Teasdale: "[PHP-DEV] PHP4 and sessions"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] PHP4 and sessions"
- Reply: Sascha Schumann: "Re: [PHP-DEV] PHP4 and sessions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

