# SharedObject help ! pls

**URL:** https://forum.kirupa.com/t/sharedobject-help-pls/9522
**Category:** flash
**Created:** [December 13, 2002, 7:55am UTC](https://forum.kirupa.com/t/sharedobject-help-pls/9522 "2002-12-13T07:55:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wealoon](https://avatars.discourse-cdn.com/v4/letter/w/7cd45c/32.png) [@wealoon](https://forum.kirupa.com/u/wealoon)
#### Post date: [December 13, 2002, 7:55am UTC](https://forum.kirupa.com/t/sharedobject-help-pls/9522/1 "2002-12-13T07:55:07Z")

</div>

hi.

i am testing out the MX’s SharedObject on my login page with the help of the kirupa tutorial.

ok on my first frame which is the login screen, i put

if (go == “true”) {  
getURL(“mainmenu.html”, “\_self”);  
user = SharedObject.getLocal(“user\_profile”);  
user.data.name = LGlogin;  
user.flush();

}

the ‘go ==“true”’ means when the login is successful.

am i wrong? because the browser keep reloading the mainmenu.html when the login is successful.

pls help. thanx . becasue i need it to do a project. thanx in advance:)
