Webpart with Forms Authentication

F

Freddie

I have created a webpart to create a timesheet and add project tasks
automatically. it works great with windows authentication but I was wanting
to get it to work with Forms Authentication. It prompts me for username and
password and it works. Is there a way to get the login information of the
user logged into PWA?

Thanks
Freddie
 
F

Freddie

I have found that I need to get the cookie from the page.request and then
convert to System.Net.Cookie. I was just wondering if anyone has any code
for this?

Thanks
Freddie
 
Top