Hello,
I want to have dinamic session variables like this:
session.id
where id is different from page to page..
I've tried
id = variable
session.id
and
session.id['variable']
without any results.
I would like to be able to open different pages at the same time and
the browser could get all the session variables.

