Philip Mak wrote:

On Tue, Jan 20, 2004 at 10:41:04AM -0800, Josh Chamas wrote:


I am not sure why sessions were not working.  Could you provided a header
request trace for such a request with sessions enabled like:

lwp-request -ed http://someurl/somescript.asp

There should be a session-id in there. Also make sure to delete the
contents of StateDir in case they were corrupted from your system crash.



I deleted the StateDir, and Apache::ASP re-created it with all the hashing directories, and I can see files like:

[EMAIL PROTECTED] aw_asp]$ ls
00  01  02  03  04  05  06  07  08  09  0a  0b  0c  0d  0e  0f  server
[EMAIL PROTECTED] aw_asp]$ ls 00
0000c4c1be7ca00d7c714096bc50f75c.dir   007c4f3d8a6518f2a9bfcfbaaf431d27.dir
0000c4c1be7ca00d7c714096bc50f75c.lock  007c4f3d8a6518f2a9bfcfbaaf431d27.lock
...

The session-id is still not showing up in the headers:

[EMAIL PROTECTED] pmak]$ lwp-request -ed http://www.animewallpapers.com/country.asp
Cache-Control: private
Connection: close
Date: Tue, 20 Jan 2004 18:45:11 GMT
Server: Apache/1.3.29 (Unix) PHP/4.3.4 mod_deflate/1.0.19 mod_accel/1.0.31
Content-Length: 32
Content-Type: text/html
Client-Date: Tue, 20 Jan 2004 18:45:42 GMT
Client-Response-Num: 1

[EMAIL PROTECTED] pmak]$



Are you sure something (mod_accel?) is not stripping off some of your headers?

- Cs.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to