Does the 'session' method do what you need?

http://rails.rubyonrails.org/classes/ActionController/SessionManagement/ClassMethods.html



On 3/24/06, Kyle Maxwell <[EMAIL PROTECTED]> wrote:
> Hi all,
> Rails tends to send the Set-cookie:_session_id... on every response,
> when session handling is enabled.  Is there a way to only send that
> header once (i.e. if the client doesnt send it in the request header)?
>  I have a web services client that will crash on getting redundant
> cookies.  Oh, and its wasteful too.  I spent about two hours digging
> through the Edge Rails source, and it looks pretty buried, so I was
> hoping for some help.
>
> Thanks!
> Kyle Maxwell
>
> _______________________________________________
> Rails-core mailing list
> Rails-core@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails-core
>
>
>


--
Cheers

Koz
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to