Re: Struts2 - Image Approval Process

2011-02-03 Thread eRobot
session with the desired timeout. Check the creation time against current time for old urls. Either delete the token from the database, or mark it as expired So the user could access this url for 1 day for example and make decisions. Dave Newton-6 wrote: > > On Thu, Feb 3, 2011 at 7:17 AM,

Re: Struts2 - Image Approval Process

2011-02-03 Thread eRobot
login details? Currently not using spring, just struts2, mysql, json, jquery etc. Thanks for the quick reply. Dave Newton-6 wrote: > > On Thu, Feb 3, 2011 at 6:10 AM, eRobot wrote: >> I need to allow a user to log in to my struts2 web app and approve an >> image. >>

Struts2 - Image Approval Process

2011-02-03 Thread eRobot
I need to allow a user to log in to my struts2 web app and approve an image. They can only see their images pending approval and should not have access to the rest of the site. This is to replace an old process of emailing the user images pending approval. Please! Does anyone have any ideas abou