Edit Mode (check-in & check-out) Maintain Current Querystring

Permalink
Hi All,

I've been trying to work out if there is a way to maintain the current querystring params when checking in and out of edit mode...

eg. /mypage/?itemID=12345

when I go into edit mode, I'd like to keep the itemID so that the page continues to render the appropriate content.

I can catch the check-out (because thats a straight link) in my controller and then redirect to referrer (which works nicely) but the check-in is a 302 redirect from the process.php so its a double hop and my solution doesnt work....

Does anyone have any ideas how to work around this? (pref without using session!)

Cheers

5fly
 
jordanlev replied on at Permalink Reply
jordanlev
There might be a solution but if there is, it probably involves a lot of complexity and understanding of the inner workings of c5. So... why don't you want to use the session? If someone is logged in and editing, then by definition sessions are enabled and working.