yeah, the session module has been rewritten in order to reduce the
amount of "automagickness" in v8cgi. No global variables are now
created, the user is responsible for session initialization.
Also note that "include" is a non-standard extension and might get
eventually removed. The recommended code for starting session thus
looks like:
var s = new (require("session").Session)(request, response);
It is probably my fault that this session change was not mentioned in
the changelog - I will fix this in a moment.
Sincerely,
Ondrej Zara
2011/1/6 Hepner <gaf...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "v8cgi" group.
> To post to this group, send email to v8...@googlegroups.com.
> To unsubscribe from this group, send email to v8cgi+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/v8cgi?hl=en.
>
>