Displaying 2 results from an estimated 2 matches for "mycamp".
Did you mean:
macamp
2007 Oct 05
8
Cookie session handling?
...Plus, we can more easily avoid nasty adapter errors. :)
The general consensus was to create a separate camping/session/cookie.rb
(or file.rb) file. That way users could include the type of session
handling they want via require + include.
require ''camping/session/cookie''
module MyCamp
include Camping::Session::Cookie # or File, or whatever
end
Or something along those lines. Whaddya think?
Regards,
Dan
This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly
prohibited and may...
2007 Oct 08
0
Camping-list Digest, Vol 18, Issue 1
...errors. :)
>
> The general consensus was to create a separate camping/session/
> cookie.rb
> (or file.rb) file. That way users could include the type of session
> handling they want via require + include.
>
> require ''camping/session/cookie''
>
> module MyCamp
> include Camping::Session::Cookie # or File, or whatever
> end
>
> Or something along those lines. Whaddya think?
>
> Regards,
>
> Dan
>
>
> This communication is the property of Qwest and may contain
> confidential or
> privileged information. Unauthori...