Tagged Questions

0
votes
3answers
550 views

PHP +redirecting with sessions

i'm trying to make my site with a few languages. Every page includes config-file, wich checks variable 'lang' in session. If it doesn't exist, wi'll be redirected to the page of lang choosing. After ...