Url problem - direct access to form not accepted

Hi,

Could you help me?

Why when I refer to this url :

http://Host/Database/View/DocumentName?OpenDocument , I obtain “The page cannot be displayed” in my browser.

BUT, when I make

http://Host/Database/View/ first, I obtain my login form, after this login ,I can tape previous URL : http://Host/Database/View/DocumentName?OpenDocument

Could you explain my the problem?

Thanks

Traz

Subject: Url problem - direct access to form not accepted

Try to use URL:

http://Host/Database/View/DocumentName?OpenDocument&login

Subject: RE: Url problem - direct access to form not accepted

Thanks Andrei,

when I force the login, it work !!

But…Is there a method to use the connection already done?

Subject: RE: Url problem - direct access to form not accepted

If you append “&login” to URL in browser window which is already logged-in, you will not get a new login form.