>>I've seen IE do this, when you fix URL variables in a POST'ed form, 
and it was
going to an older version of FuseBox (3, iirc).

Actually I think I have found the problem.
My fault.
When a logged user's session dies after 2 hours of inactivity, the user 
will be redirected to
the login gate.
After login, he will be redirected again to the template he requested.
The problem is when this page is actually an action from a form: the 
redirection is done with
method = GET. A rare case, but it may happen.
So I first save the form scope in a session variable (the new session!) 
and all action templates
are able to rebuild the form scope if the session.form structure exists.

-- 
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287298
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to