by Stephen Persson >> Fri, 23 Jun 2000 1:36:10 GMT
How can you read a cookie from within a web app?
The Jade web site is now doing it - where they write your web session ID to a cookie so you can move between static html pages & the Jade generated pages freely.
I can get Jade to write the cookies OK, and I can read these values using a Java script on other static pages, but I can't see how I can get the app to read back values I have already written to the cookie.
Any clues? (or an abundance of free source code would also suffice!)