[symfony-users] Re: Referer null sometimes...

2008-05-19 Thread Sumedh
Anyone has any idea? would I have to maintain the value myself in session? :| On May 19, 11:51 am, Sumedh <[EMAIL PROTECTED]> wrote: > Yeah...I am not talking about putting it in browser... > > I am following a link...and getting it correctly sometimes...and null > sometimes...in the same browse

[symfony-users] Re: Referer null sometimes...

2008-05-18 Thread Sumedh
Yeah...I am not talking about putting it in browser... I am following a link...and getting it correctly sometimes...and null sometimes...in the same browser (Firefox)... On May 17, 5:51 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > And it depends on browsers. Never rely on this value! > I

[symfony-users] Re: Referer null sometimes...

2008-05-17 Thread [EMAIL PROTECTED]
And it depends on browsers. Never rely on this value! If you need to be sure, track your urls in the users session. Michael On 17 Mai, 14:46, Tom Haskins-Vaughan <[EMAIL PROTECTED]> wrote: > I know you've probably thought of this, but the referer will be null if > you enter the address in the b

[symfony-users] Re: Referer null sometimes...

2008-05-17 Thread Tom Haskins-Vaughan
I know you've probably thought of this, but the referer will be null if you enter the address in the browser's location bar rather than following a link. Sumedh wrote: > Hi guys... > > Facing a weird problem... > > I am getting the request->getReferer() as null sometimes...there is no > patte