Filter
Exclude
Time range
-
Near
Improved session security in Digital_Mahder 🔒 The app now detects inactivity and warns users before a session expires, allowing them to stay signed in or log out automatically. #DigitalMahder #CyberSecurity #SessionManagement #DataProtection #DigitalEthiopia
1
4
Improved session security in Digital_Mahder 🔒 The app now detects inactivity and warns users before a session expires, allowing them to stay signed in or log out automatically. #DigitalMahder #CyberSecurity #SessionManagement #DataProtection #DigitalEthiopia
3
15
Ever wondered how websites remember you after login? That is Session Management. A mechanism where a server creates a unique session ID after you log in and uses it to identify you in every request without asking for your password again - Real life example: You check into a hotel. At reception, they verify your identity and give you a room key card. You do not show your ID every time. You just show the key card. Website login works the same way: - Login → Server verifies credentials - Server creates Session ID - Session ID is stored in a cookie - Browser sends that Session ID with every request No session = Login again and again With session = Seamless user experience That small cookie in your browser is your digital room key... #SystemDesign #WebDevelopment #SessionManagement #Backend
3
92
Focused today on session management and token security — an area where many otherwise solid authentication systems break down.Understanding how sessions, cookies, and tokens are handled (and mishandled) highlights why issues like fixation, token leakage, and improper logout remain common attack vectors.Reinforcing the importance of short-lived tokens, secure cookie flags, and backend-enforced session invalidation as part of secure application design. #AppSec #SessionManagement #WebSecurity #APISecurity #LearningInPublic
3
38
🚀 Google just released a defining whitepaper on the discipline that will shape the next decade of AI: Context Engineering. In “Context Engineering: Sessions & Memory,” Google argues that the true intelligence of an agent doesn’t come from the model — it comes from how developers assemble the context around it. The paper reframes context engineering as the critical architecture behind stateful, personalized, and persistent AI systems. It breaks down Sessions as the agent’s real-time workspace: the chronological event log and working state that ground every turn. But sessions are temporary, noisy, and eventually too large — which is why Memory becomes essential. Memory isn’t just saved chat history; it’s LLM-curated, consolidated, and structured knowledge that evolves over time, enabling continuity across sessions and reducing context-window costs. The whitepaper goes deeper into the infrastructure behind modern agents — compaction strategies, provenance tracking, memory extraction, consolidation workflows, retrieval scoring, background processing, and multi-agent interoperability through shared, framework-agnostic memory layers. The core message is clear: Bigger models aren’t enough. Without sophisticated context engineering, deciding what to keep, what to forget, what to compress, and what to inject, agents can’t reason reliably over long interactions or deliver true personalization. A precise, highly consequential guide for anyone building advanced AI agents. #ContextEngineering #AIAgents #StatefulAI #AIInfrastructure #LLMArchitecture #SessionManagement #AIMemorySystems #AgentFrameworks #GenerativeAI #AIDevelopment #AISystemsDesign #GoogleAI
3
1
5
1,428
Day 33 of #100DaysOfCode Today I had a thought. Could the session state not be checked in ColdFusion for certain pages or directories? I played around with Application.cfc and sessionManagement setting. I ended up taking down my testing server. #ColdFusion github.com/jwilde13/100-days…
4
34
Having issues with my app on iOS — refresh token stored in cookies isn’t sent on page refresh, breaking sessions. Works fine on PC & Android. Anyone else seen iOS behave like this? #iOS #WebDev #Cookies #SessionManagement
1
1
112
𝗦𝗲𝗰𝘂𝗿𝗲 𝗬𝗼𝘂𝗿 𝗗𝗿𝘂𝗽𝗮𝗹 𝗦𝗶𝘁𝗲 𝘄𝗶𝘁𝗵 𝗦𝗺𝗮𝗿𝘁𝗲𝗿 𝗦𝗲𝘀𝘀𝗶𝗼𝗻 𝗠𝗮𝗻𝗮𝗴𝗲𝗺𝗲𝗻𝘁! Boost your website's security and user control with the miniOrange Drupal Session Management Plugin. Whether you're managing a membership site, an internal portal, or an enterprise application, this plugin gives you full control over user sessions. 𝗞𝗲𝘆 𝗙𝗲𝗮𝘁𝘂𝗿𝗲𝘀: It limits concurrent user logins, automatically logs out inactive users, allows remote session termination, protects against session hijacking, and helps ensure compliance with data protection policies. Take the guesswork out of session control and keep your Drupal environment safe and efficient. 𝗟𝗲𝗮𝗿𝗻 𝗺𝗼𝗿𝗲: plugins.miniorange.com/drupa… #DrupalSecurity #DrupalModules #SessionManagement #WebSecurity #miniOrange #Drupal #SecureLogin #UserAccessControl
1
2
57
25 Jun 2025
🛠️ DevLog – New /create Endpoint for Router Node API Per feedback from @beranalpagion, the new /api/v1/create endpoint is now live - enabling session creation via Web2 API, just like Web3 SDK already supports. 🔹 Why It Matters - Flexible session creation per user or per app - Supports both shared and isolated session models - Simplifies onboarding for REST-based apps and bots Node Installer: 🔗 github.com/cortensor/install… #Cortensor #DevLog #RouterNode #Web2API #Web3SDK #SessionManagement #AIInfra #DePIN
1
9
22
322
Leaving an admin session open for 8 hours is like handing your keys to a stranger at lunch and hoping they return them. Set strict session timeouts for privileged accounts. Inactivity should never equal access. #AccessControl #SessionManagement #SecurityBestPractices
2
42
11 Apr 2025
Ensure sessions are invalidated immediately after role changes to prevent unauthorized access. #CyberSecurity #AccessControl #DataProtection #InfoSec #Vulnerability #SecurityBestPractices #SessionManagement #Privacy #PenTesting #SecurityFlaw
2
5
88
3,600
Day 18 #100daysofcybersecurity #35dayslearningsecurity #Nofails @_aligorithm @ireteeh @jay_hunts @segoslavia Learn 👇🏼 📍Application Security Controls ●SessionManagement ●ErrorHandling,Output Encoding,SecurityLogging andMonitoring ●Legal,Risk,andCompliance of Cloud Environment
2
3
175
Day 65, focused on important concepts related to web authentication and session management.I explored Session, Cookie, JWT, Token, SSO, and OAuth 2.0 with a comprehensive diagram! 📊#WebAuthentication #SessionManagement #OAuth2 #JWT #Cookies #SSO #WebDevelopment #100DaysOfCode
1
4
81
It's really Insane!!😵😮 Replied in just 7 minutes... Got duplicate🥲, But still get points!!😄😄😄 #ethicalhacking #bugbounty #yeswehack #penetrationtesting #medium #duplicate #sessionmanagement #points #hacking #hacker #rank #severity #webapphacking #pentesting
2
1
24
1,827
9 Aug 2024
🔍 Advanced Authentication Bypass Techniques 🔐 Check out these key methods in the comments : #BasicAuth #RateLimiting #SessionManagement #OAuth #JWT #SAML #2FA #AccountHijacking #TimingAttack #HTTP2 #BugBounty #CyberSecurity #Infosec #WebSecurity #Hacking
11
2
158
📣📣 New room Session Management from @tryhackme : Learn about session management and the different attacks that can be performed against insecure implementations. tryhackme.com/r/room/session… #tryhackme #authentication #sessionmanagement #session #token
2
88
10 Jul 2024
SessionManagement ✅
auth done ✅
3
4
329