Hello,
I have a form that checks if user is "authenticated" when submit button is clicked. If not, they are redirected to the signin page (spring security). When user has been authenticated they are redirected to main page.
At this point the form data will be submitted automatically along with a message confirm submission.
I imagine this will involve a session variable. Whats is the best approach?
Thanks


Reply With Quote
