Re: Not quite a tomcat question

2006-12-31 Thread Leon Rosenberg
Despitie writing in the db would clearly be the better idea, I'd suggest that you create a unique id (its easy using 30 random digits or something) and put the users data in a large hashmap along with a timestamp of the creation and the users data. You can include this id into the confirmation

Not quite a tomcat question

2006-12-30 Thread EDMOND KEMOKAI
Happy New Year All. Does anyone use sessions to temporarily hold confirmation codes for user registrations? I have a setup where when the user registers a random confirmation code is generated and appended to a url which is emailed to the user. The user's registration data is stored in a session