session problem
I have to folders one for english and one for farsi
i have created a membership system but when i loggin for ex in english i just see the pages of that english folder
how is that
here is the sample code:
If Not Session.Item("Username") Is Nothing Then
'''my data
else
'''redirect
end if
|