About
Hello Guest,
I am currently working as a Development Lead at Dell International Services, Hyderabad (India). I have 8+ years of experience with working knowledge on VB6, C#, ASP.Net, Silverlight, WCF, VB Script, Crystal Reports, SSRS, SQL Server, Oracle and many more. I am interested in practising Object Oriented Design Patterns (GOF, Head First Design Patterns etc).
I am currently working on Open Source project for Single Sign On solution which is hosted on Codeplex site (http://sso.codeplex.com). This is a very light weight and easy to maintain solution.
Have a good day!!!
gopi said
hi
I am Gopi i am working Sr. Software Engineer in coimbatore
I have used your project session mgmt (posted in codeproject)
its very nice thanks for that posting
i need to learn in deep in silverlight
can you discuss
Rajesh Kumar said
Hi Gopi,
Glad to know the solution is useful to you. Happy coding. I can help you in Silverlight.
Aki said
i referred to your post http://www.codeproject.com/KB/silverlight/SilverlightASPNetSessions.aspx
and this is my situation.
I am using a Silverlight Upload (http://silverlightfileupld.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=21485) to allow users to upload their files. This works. But now I want to be able to know which user upload which files. The main ASP.NET website is a separate project to the Silverlight Upload project. Btw, im using the Asp.net Configuration for my login.
How can I retrieve the username of that user uploading that file if they are both separate projects?
p/s: For the moment, im using the FileUploadTestPage.aspx as the start up page hence there is no FileUploadTestPage.aspx.cs
Nassim Beiruty said
Hello Mr. Kumar, very nice project about session.
I tried to configure it on my application but i could not , cuz im newbie in silverlight and i have task to do this project using silverlight.
so all what i have is login form ( username and password ).
i did connect this form to sql and connection successful and tested .
and if username and password not listed in dbo.users “access denied”.
so all what i want is a session for this client , cuz once the client refresh the web , its go back to login form.
so is there anyway u can help me with this Mr. Kumar.
Thanks in advance.
Nassim Beiruty