[solved]uni.cc and session

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tkarven
Forum Commoner
Posts: 41
Joined: Tue Aug 02, 2005 10:26 pm

[solved]uni.cc and session

Post by tkarven »

hi,

i got a login system which host under a server and everything is working just fine. but i hv a long url with that server, so i created a uni.cc url and redirect to the page.

i can view the page etc and everything still fine until i tried to log-in, i cant log-in if i go in with the uni.cc address. later on when i check on it, i found that i cant create session data.

but if i log in using the long url once first, then go to short url, i can log in.

another weird thing is , it's working fine for FF browser, but not for IE browser.
Last edited by tkarven on Wed Aug 10, 2005 9:09 am, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

it may be an issue with your code.
Post Reply