RadRails versus ie & firefox sessions

Hi guys, I posted an earlier thread regarding sessions using
db:sessions:create.
What Ive found it is that when i choose the “launch browser” option from
the RadRails server tab, it works and uses the same session over and
over, but when i launch an external browser outside of RadRails, on
every page refresh the sessions table creates a new session.

In RadRails, i get a reply from <%= @user.firstname %> but in an
external browser i get this “You have a nil object when you didn’t
expect it!The error occurred while evaluating nil.firstname”

Can someone please explain to me why this is happening… thank thank
thank you!

On 12 Nov 2007, at 22:49, Serkan S. wrote:

In RadRails, i get a reply from <%= @user.firstname %> but in an
external browser i get this “You have a nil object when you didn’t
expect it!The error occurred while evaluating nil.firstname”

Can someone please explain to me why this is happening… thank thank
thank you!

Is your external browser not saving/allowing cookies ?

Fred

THATS IT! YOUR AMAZING FREDERICK! IT WAS MY FIREWALL BLOCKING COOKIES!
THANK YOU GUYS!