Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Replacing Controller.Session in ASP.NET MVC: Is This Wrong? (https://www.delphipraxis.net/152319-replacing-controller-session-asp-net-mvc-wrong.html)

DP News-Robot 18. Jun 2010 01:00

Replacing Controller.Session in ASP.NET MVC: Is This Wrong?
 
Here’s some code I wrote: public class MyBaseController : Controller { // ... public new ISession Session { get; private set; } // .... } ISession is an interface type I wrote which exposes everything I store in the session at runtime. Session, in ASP.NET, is a user-specific ...http://feeds.feedburner.com/~r/delph...~4/oAUnyLdkwPc

More...


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:09 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz