I am creating this blog mainly for my own purposes. I have been an Oracle Utilities Consultant (LODESTAR) for the last 6 years. The LODESTAR ASP framework is very poorly documented, so I will use this blog to save all my goodies and code snippets for later use.
If anybody else is getting any use out of this, please leave a comment.
Friday, January 16, 2009
Get UserID
var Proxy1 = new Proxy(PageParams1.SessionId); var UserID = Proxy1.UserId();
No comments:
Post a Comment