I cannot seem to find the ACTIVE4D_SESSIONID cookie being passed
either to or from the server when using either Safari or
Firefox...so I'm even more confused now as I at least expected to
find it when using Firefox.
In Firefox it's easy to find. Use Firebug with Firecookie, or use
HttpFox.
For Safari tcpflow is the best. I will send it to you privately. It's
a command-line utility, put it anywhere you like (/Applications is
fine). Open Terminal and type this:
sudo /Applications/tcpflow -i lo0 -c port 8080 | grep Cookie
That means: run tcpflow as root (administrator privileges), listening
to interface lo0 (localhost), dumping the output to the console
(Terminal), filtering only traffic on port 8080, then search that
output only for lines that contain "Cookie".
If your server is running on a different port, change 8080 to the
correct port. If the server address is remote, change "lo0" to "en0".
You will be prompted to enter your login password. The first time you
hit the site, you should see something like this:
Set-Cookie: ACTIVE4D_SESSIONID=E7FC0A8316509050; PATH=/
On each subsequent request, you should see something like this:
Cookie: ACTIVE4D_SESSIONID=E7FC0A8316509050
Kind regards,
Aparajita
www.aparajitaworld.com
"If you dare to fail, you are bound to succeed."
- Sri Chinmoy | www.srichinmoy.org
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/