Re: session id showing on url (IE 6)
From: gmanon (gmanon_at_nyc.rr.com)
Date: 05/19/04
- Previous message: rstuckart_at_stny.rr.com: "POST with cURL"
- In reply to: RP: "Re: session id showing on url (IE 6)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 19 May 2004 18:54:36 GMT
RP wrote:
> gmanon wrote:
>
>> I don't see how to stop the session id from showing in the url for IE.
>>
>> This is the url
>> http://domain/directory/member_area/member_proposal.php?action=budget_expenses&PHPSESSID=3b396ff11b0dd5203fef5e94f2c1cdeb
>>
>>
>> And this is the code.
>>
>
> Depending on the settings in the php-ini file, php first tries to write
> the session-id as a cookie, if this is not possible (the user has
> cookies blocked) it will show the session-id in the url.
>
> I believe session.use_trans_sid is the setting that is responsible for
> this.
>
> RP
>
The cookies are not blocked. I even tried with the lowest security
possible which is not smart on IE and I still get the same results.
This problem seems to be client side instead of server side which I
don't understand. PHP is a server side script.
In this particular case, I only see it affecting IE 6.0 with the server
pack installed and running the application from an external server.
Locally is fine.
Anyway, I think it's not a big deal anymore. There are too many
conditions to produce this error.
GM
- Previous message: rstuckart_at_stny.rr.com: "POST with cURL"
- In reply to: RP: "Re: session id showing on url (IE 6)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|