Search found 1 match
- Thu Dec 02, 2010 5:31 pm
- Forum: PHP - Code
- Topic: Session and register_globals
- Replies: 1
- Views: 491
Session and register_globals
I'm a trying to build a multi-language website, the scenario is that the code checks if there's an existing session available, if not found will start a session with the default language, besides, when the user clicks on another labguage link, the code will set the language variable to the new langu...