PDA

View Full Version : "&dotproject=(long random string of characters)&quo


Karen
27-04-04, 12:33 PM
When I connect to dotProject server, I get a "&dotproject=(long random string of characters)" added on to the end of the URL. Sometimes I cannot access dotProject OR whenever I click on any link I have to login again

The &dotproject= stuff is the session ID, which is being set because you are not accepting cookies. Set your browser to accept cookies from the dotproject server and you will not get the URL rewriting, and you will get proper session management.

The sess_* files are your session files and one will be generated for each new session. PHP will clean them up based upon the session garbage collection settings in php.ini.