Navjot Singh wrote:
theoretcially, there are 3 ways.
1. URL Rewriting 2. Client side Cookies 3. Server side Session (again use cookies but just for an ID)
if you are adamant about not using cookies at any level. URL rewriting is the only option left.
any other?
Server side Session of course and - I use hidden fields, you need a form on every page, but if you need only a link, make a form without input type=text and with CSS you can make a button looklike a link or anything you want.
Wolfgang
navjot singh
-----Original Message----- From: Prashanth.S [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 1:30 PM To: [EMAIL PROTECTED] Subject: urlrewriting Vs Cookies
Hi all, i want to know that among urlrewriting and cookies,which one is better???If i dont want to use cookies is there any otherway to do session invalidation[other than url rewriting]..Iam using resin. Thanks Prashanth
---------------------------------
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]