mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
Made upload controller not lock due to sessions
This commit is contained in:
parent
c695051a9b
commit
c78ea99e79
@ -20,10 +20,12 @@ using Teknik.Models;
|
||||
using Teknik.Attributes;
|
||||
using System.Text;
|
||||
using Teknik.Utilities.Cryptography;
|
||||
using System.Web.SessionState;
|
||||
|
||||
namespace Teknik.Areas.Upload.Controllers
|
||||
{
|
||||
[TeknikAuthorize]
|
||||
[SessionState(SessionStateBehavior.ReadOnly)]
|
||||
public class UploadController : DefaultController
|
||||
{
|
||||
// GET: Upload/Upload
|
||||
|
Loading…
Reference in New Issue
Block a user