|
You could take a different approach and stick the URL in a session variable. That would solve this problem, and I'm not sure if you're concerned about search engines, but if you are, cleaner URLs are a good idea. Finally, session variables are stored on the server, which has a cost, but a trade-off is that they're much harder to manipulate. I don't know if this is a benefit in your situation or not, but it's worth considering...
|