Hi everyone,

I am currently installing mod-rewrite to change all of my URL's from:

www.domain.com/category.php?ID=1

To

www.domain.com/category_name.html

So that they are more search engine friendly. However one problem I face
is that I cannot think of any way to write the session ID which would
normally be appended as:

www.domain.com/category.php?ID=1&SID=mn239sk2k9du4hjfd89q2jhfkdh93

Into my new static URL's. Everything will work fine if the user accepts
cookies at the moment but when a user comes along that does not accept
cookies I am stuck. Any one else found a solution to this problem?

TIA
Ade



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to