Re: Authentication and blank pages

2008-10-20 Thread mcphisto
I upload all my application in an external server. The login page works, the problem is the link to blank pages the makes the session fall. How's it possible. What do you mean by " think it hits the external sever first and the the local."? On 17 Ott, 20:51, [EMAIL PROTECTED] wrote: > I think i

Re: Authentication and blank pages

2008-10-17 Thread xavierunited
I think it hits the external sever first and the the local. On 10/17/2008, mcphisto <[EMAIL PROTECTED]> wrote: > > Hi all, > I've this problem. I've a username and password login to enter my > application. When I test it on localhost everything works fine. The > problem is that if I put a link to

Authentication and blank pages

2008-10-17 Thread mcphisto
Hi all, I've this problem. I've a username and password login to enter my application. When I test it on localhost everything works fine. The problem is that if I put a link to a blank page, the session falls on the original page and in the new blank one. Why it happens only on my extarnal server