Re: Transaction Token Problem

2007-08-28 Thread Laurie Harper
[EMAIL PROTECTED] wrote: Hi, Im having some trouble implementing the Transaction Token into my Application. Ive checked the Data that is being written - and it seems one of the session-keys isnt being written. HttpSession session1 = req.getSession(false); String saved1 =

Re: Transaction Token Problem

2007-08-28 Thread Paul Benedict
Laurie is correct. Globals.TRANSACTION_TOKEN_KEY = the value of the token stored in the session Globals.TOKEN_KEY = the name of the request parameter which will be submitted back with the token. If the named parameter (it's not Globals.TOKEN_KEY but the value of the constant) does not contain

Transaction Token Problem

2007-08-27 Thread Thomas.Zygadlewicz
Hi, Im having some trouble implementing the Transaction Token into my Application. Ive checked the Data that is being written - and it seems one of the session-keys isnt being written. HttpSession session1 = req.getSession(false); String saved1 = (String)