Common Login Problem

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

During the login process users may have to visit a number of pages typically
for registration (new users) and then they expect to be in the same page
where they started the process

What is the method to remember that page and then redirect them back there?

Thank you,
Samuel
 
the two most common approaches are to pass the url along as a query
string/hidden field or in session.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top