hi,
i am looking for a way to use webkit´s sessions
without cookies enabled.
generally this can be done by passing the _SID_
through urls.
in WebKit.Session there is sessionEncode(),
which encodes the session id in the url
http://foo/baz becomes
http://foo/baz?__SID__2001062618072650044
in order to be unpacked in HTTPRequest sessionid()
it should be
http://foo/baz?_SID_=2001062618072650044
is this a bug? or should WebKit not be used this
way?
An Example on this subject "Sessions w/o Cookies"
would be great.
--
brainbot technologies AG
schwalbacherstr. 74 65183 wiesbaden . germany
vox +49 611 238505-0 fax ++49 611 238505-1
http://brainbot.com/ mailto:heiko@...
|