Hello,<BR><BR>Can somebody tell me how to set up a session as you would using this code in asp?<BR><BR>session("FileName")= "mazza"<BR><BR><BR>Thanks alot!<BR>Mazza.<BR>The exact same way, assuming you're using VB.NET as your programming language (although Session should be capitalized: Session("FileName") = "mazza")Sorry I should have said, that I wanted to branch the session variable across to an .ASP script from an .aspx script. I think it might be because the formating of the session is different using asp and aspx.<BR><BR>MazzaYou can't use an ASP.Net session in ASP....They use different applications, and therefor different sessions.