Re: [PHP] Supressing PHPSESID from url

2001-12-14 Thread Andrey Hristov

I don't know if theWap browser can support cookies but the cookies are the silent way.
also you can change the name of the Session_id (in php.ini) or generate it by 
yourselft. reduce it's length but that means reduced
security.
try inserting hidden fields in the forms.


Regards,
Andrey Hristov
- Original Message -
From: "Alex Vargas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 14, 2001 11:52 AM
Subject: [PHP] Supressing PHPSESID from url


> Hi,
>
> I am making a wap application and I am using PHP's session handler. I pass
> different values between scripts and I end up with an url which seems to be
> too long:
>
> nextscript.php?var1=something&var2=else&PHPSESID=5345345345...whatever
>
> As I have found out, some wap browsers simply crash if the url is too long.
> If I don't use PHP's session handling, and therefore the PHPSESID value is
> not embeded in the url, the wap browser performs fine.
>
> My question is: Is there a way to use session handling in a "silent mode"?
> Can I supress the display of PHPSESID in the url? At least can I reduce the
> lenght of the value?
>
> Thanks for any help.
>
> Alex.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Supressing PHPSESID from url

2001-12-14 Thread Alex Vargas

Hi,

I am making a wap application and I am using PHP's session handler. I pass
different values between scripts and I end up with an url which seems to be
too long:

nextscript.php?var1=something&var2=else&PHPSESID=5345345345...whatever

As I have found out, some wap browsers simply crash if the url is too long.
If I don't use PHP's session handling, and therefore the PHPSESID value is
not embeded in the url, the wap browser performs fine.

My question is: Is there a way to use session handling in a "silent mode"?
Can I supress the display of PHPSESID in the url? At least can I reduce the
lenght of the value?

Thanks for any help.

Alex.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]