Redirect to document after login

I have build a document archive.All users can see the first 300 chararcters of each document but if they click the document link to read the entire article they have to login first. This works but…

How can i achive the user is redirected to the document they clicked after the login is completed.

Subject: RE: redirect to document after login

I assume this is a web application. Are you using a session cookie login or the default browser login? Is there a particular reason you want to use the session cookie?

Subject: RE: redirect to document after login

Yes its a web applicationIm just using the browser login.

I want it to behave like this forum.

If you sign in you are redirected to the document you want to post a response to.