How can I allow user to create posts in website using ASP.NET?

How to create and delete cookies using ASP .NET?

  • Answer:

    I would use the built in security that is built in with ASP.NET 2.0 for Forms Authentication. Saves you the time from manually creating, setting cookies, redirecting users etc. But if you reall want to expire the cookie yourself: <cookie>.Expires = DateTime.Now;

BOB_ZHANG at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

I would use the built in security that is built in with ASP.NET 2.0 for Forms Authentication. Saves you the time from manually creating, setting cookies, redirecting users etc. But if you reall want to expire the cookie yourself: <cookie>.Expires = DateTime.Now;

Darrick

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.