Has anyone done subscription-based access or other e-commerce modules?
I'm not looking at anything sophisticated. I'm doing an online games site where there will be a play for cash area and a subscribers only area. What I'm looking for is examples of other people doing similiar things that I can use as a base to build on.
I noticed that drupal uses the default php session name PHPSESSID. This is something I would like to change. Is there a 'clean' way to set the session name, of do I just add a session_name('foo'); function call to includes/conf.php?