Removing PHPSESSID - CGI Install
Hi,
I have PHP installed as a CGI module on my server. I want to stop PHPSESSID
from appearing in the URL when a users cookies are turned for just one
account. My hosting company says that this is impossible - they would have
to change php.ini and that would affect every account on the server. Also if
PHP is changed to an Apache module then they won't support it. Is there no
other way around this? Removing PHPSESSID is very important for SEO
purposes...
Thanks for your advice.
.
Relevant Pages
- Re: PHP script as web client - Sessions and Cookies
... Are you passing the PHPSESSID back to the server in your URLs? ... > I've got an unusual problem here. ... > even though I did a login through the URL ... (comp.lang.php) - Re: seeing who is using the site..
... is invalid and the session file on the server will get deleted sooner or later. ... SO you can keep your browser open with its PHPSESSID cookie, but the PHPSESSID is invalid when you return to the server. ... My private opinion about that approach: It helps a lot against the eavesdropping man-in-the-middle. ... (comp.lang.php) - Re: Posting to https
... server error. ... probable that the https part of your server is configured differently ... This has nothing to do with the CGI module. ... The https specify how the web browser communicates with the web server. ... (comp.lang.perl.misc) - Re: Getting a local file
... The CGI module is for server-side ... applications while LWP is client-side. ... When it is on my server (say ... Now it looks like you /are/ in fact living on an HTTP server. ... (perl.beginners) - Re: about CGI
... In C++ the data I need to consider is stored in arrays or ... The html page inside the server how is stored? ... see the documentation of the CGI module at: ... (comp.lang.perl.misc) |
|